Notes on "My PaddlePaddle Learning Journey" (14) —— Migrating PaddlePaddle to Android Devices
2018-07-22
211 views
PaddlePaddle
我的PaddlePaddle学习之路
PaddlePaddle
Deep Learning
Android
Mobile Device
This article provides a detailed introduction to integrating a trained PaddlePaddle model into an Android application, including steps such as building the PaddleMobile library, using JNI technology in an Android project to call C++ code, and converting images into the input format acceptable by PaddlePaddle for prediction. The following is a summary and supplementary explanation of the article's content: 1. **Environment Preparation**: Ensure your development environment has installed the necessary tools, including Android Studio, Pad
Read More